projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc825dd
)
kdd: build using Werror
author
Ian Campbell
<ian.campbell@citrix.com>
Mon, 25 Jan 2016 13:18:11 +0000
(13:18 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Mon, 25 Jan 2016 14:18:24 +0000
(14:18 +0000)
We build most of tools using Werror and there seems to be no
deliberate reason for this to be an exception.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Tim Deegan <tim@xen.org>
tools/debugger/kdd/Makefile
patch
|
blob
|
history
diff --git
a/tools/debugger/kdd/Makefile
b/tools/debugger/kdd/Makefile
index 72ad1b960190d5676267f4c513bad168f30e3dfe..f3a597ddbc39350da2b47a5d0f122bfbe333e0d0 100644
(file)
--- a/
tools/debugger/kdd/Makefile
+++ b/
tools/debugger/kdd/Makefile
@@
-1,6
+1,7
@@
XEN_ROOT = $(CURDIR)/../../..
include $(XEN_ROOT)/tools/Rules.mk
+CFLAGS += -Werror
CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += -DXC_WANT_COMPAT_MAP_FOREIGN_API
LDLIBS += $(LDLIBS_libxenctrl)